projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1577949
)
(Flymake mode): find-file-hook instead of ...-hooks.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Jan 2007 14:37:30 +0000
(14:37 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Jan 2007 14:37:30 +0000
(14:37 +0000)
man/ChangeLog
patch
|
blob
|
history
man/flymake.texi
patch
|
blob
|
history
diff --git
a/man/ChangeLog
b/man/ChangeLog
index 963691b28168759a72007860ec2fa3722b12441a..5647992b7c8266f41d172ebf31c100e0f2510e49 100644
(file)
--- a/
man/ChangeLog
+++ b/
man/ChangeLog
@@
-1,3
+1,7
@@
+2007-01-20 Markus Triska <markus.triska@gmx.at>
+
+ * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
+
2007-01-13 Michael Olson <mwolson@gnu.org>
* erc.texi (Modules): Mention capab-identify module.
diff --git
a/man/flymake.texi
b/man/flymake.texi
index 3861fe7081290b8b0543c95591179f237028f461..4ad1d822397728f8ebaa3ff1549253232904eaee 100644
(file)
--- a/
man/flymake.texi
+++ b/
man/flymake.texi
@@
-155,7
+155,7
@@
file for which syntax check is possible. To do so, place the following
line in @code{.emacs}:
@lisp
-(add-hook 'find-file-hook
s
'flymake-find-file-hook)
+(add-hook 'find-file-hook 'flymake-find-file-hook)
@end lisp
@node Running the syntax check